home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TVOLLABELDLG / TVOLLABELDLG.txt
Text File  |  1996-12-31  |  1KB  |  67 lines

  1. object VOLLABELDLG: TVOLLABELDLG
  2.   Tag = 1
  3.   Left = 213
  4.   Top = 129
  5.   HelpContext = 410
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Set volume label'
  9.   ClientHeight = 64
  10.   ClientWidth = 258
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Volumelabel: TLabel
  18.     Tag = 2
  19.     Left = 4
  20.     Top = 10
  21.     Width = 63
  22.     Height = 13
  23.     Caption = '&Volume label:'
  24.     FocusControl = idLabelName
  25.     WordWrap = True
  26.   end
  27.   object idLabelName: TEdit
  28.     Left = 104
  29.     Top = 8
  30.     Width = 149
  31.     Height = 21
  32.     MaxLength = 11
  33.     TabOrder = 0
  34.   end
  35.   object Ok: TButton
  36.     Tag = 4001
  37.     Left = 86
  38.     Top = 38
  39.     Width = 80
  40.     Height = 22
  41.     Caption = 'Ok'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = OkClick
  45.   end
  46.   object Cancel: TButton
  47.     Tag = 4002
  48.     Left = 174
  49.     Top = 38
  50.     Width = 80
  51.     Height = 22
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object Translate1: TTranslate
  58.     Tag = 5820
  59.     Left = 8
  60.     Top = 32
  61.   end
  62.   object ResolutionFix1: TResolutionFix
  63.     Left = 40
  64.     Top = 32
  65.   end
  66. end
  67.